home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / utmisc2 / fiflb382.lha / htag.a < prev    next >
Text File  |  1991-01-01  |  250b  |  20 lines

  1.  
  2.         ;   FIFO-HANDLER HTAG.A
  3.         ;
  4.         ;   Support for software int to transfer packet from
  5.         ;   private port to IoSink
  6.  
  7.         section text,code
  8.  
  9.         xdef    _AIntCode
  10.         xref    _IntCode
  11.  
  12. _AIntCode
  13.         move.l    A1,-(sp)
  14.         jsr    _IntCode(pc)
  15.         move.l    (sp)+,A1
  16.         rts
  17.  
  18.         END
  19.  
  20.